[INFO] cloning repository https://github.com/waltronix/microservice-sample
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/waltronix/microservice-sample" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwaltronix%2Fmicroservice-sample", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwaltronix%2Fmicroservice-sample'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 92523ee820c84048a4c6e266cab7d06d6c5aa84c
[INFO] checking waltronix/microservice-sample against try#4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7 for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwaltronix%2Fmicroservice-sample" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/waltronix/microservice-sample
[INFO] finished tweaking git repo https://github.com/waltronix/microservice-sample
[INFO] tweaked toml for git repo https://github.com/waltronix/microservice-sample written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/waltronix/microservice-sample on toolchain 4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/waltronix/microservice-sample already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4dd7963017a9733a688b36dc3cd10450515b84255960bc4bc44d4a6857bdf40d
[INFO] running `Command { std: "docker" "start" "4dd7963017a9733a688b36dc3cd10450515b84255960bc4bc44d4a6857bdf40d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4dd7963017a9733a688b36dc3cd10450515b84255960bc4bc44d4a6857bdf40d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4dd7963017a9733a688b36dc3cd10450515b84255960bc4bc44d4a6857bdf40d" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4dd7963017a9733a688b36dc3cd10450515b84255960bc4bc44d4a6857bdf40d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4dd7963017a9733a688b36dc3cd10450515b84255960bc4bc44d4a6857bdf40d" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling pq-sys v0.7.5
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling diesel_derives v2.3.9
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.3.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]    Compiling utoipa-swagger-ui-vendored v0.1.2
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]     Checking library-core v0.1.0 (/opt/rustwide/workdir/libraries/library-core)
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking dotenvy v0.15.7
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling sealed v0.5.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling dsl_auto_type v0.2.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling migrations_internals v2.3.0
[INFO] [stderr]     Checking rust-embed v8.11.0
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]    Compiling synthez-core v0.3.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling migrations_macros v2.3.0
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling peg-runtime v0.6.3
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling peg-macros v0.6.3
[INFO] [stderr]     Checking terminal_size v0.4.4
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling synthez-codegen v0.3.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]    Compiling typed-builder-macro v0.15.2
[INFO] [stderr]    Compiling gherkin v0.14.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]     Checking deadpool-sync v0.1.4
[INFO] [stderr]     Checking deadpool v0.12.3
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]    Compiling utoipa-gen v5.5.0
[INFO] [stderr]    Compiling utoipa-swagger-ui v8.1.0
[INFO] [stderr]     Checking typed-builder v0.15.2
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.6.0
[INFO] [stderr]     Checking peg v0.6.3
[INFO] [stderr]     Checking tower-http v0.6.10
[INFO] [stderr]    Compiling synthez v0.3.1
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]    Compiling smart-default v0.7.1
[INFO] [stderr]     Checking drain_filter_polyfill v0.1.3
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]     Checking lazy-regex v3.6.0
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]    Compiling cucumber-expressions v0.3.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling cucumber-codegen v0.21.1
[INFO] [stderr]     Checking diesel v2.3.9
[INFO] [stderr]     Checking cucumber v0.21.1
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking utoipa v5.5.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking authz-bdd v0.1.0 (/opt/rustwide/workdir/tests/authz-bdd)
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]  --> tests/authz-bdd/tests/world.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(Debug, World)]
[INFO] [stdout]   |                 ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]   = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]   = note: this error originates in the derive macro `World` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]  --> tests/authz-bdd/tests/steps/books.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[given(expr = "user {string} creates a book")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]   = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]   = note: this error originates in the attribute macro `given` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]   --> tests/authz-bdd/tests/steps/books.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[given(expr = "user {string} grants user {string} {string} access to the book")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the attribute macro `given` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]   --> tests/authz-bdd/tests/steps/books.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[given(expr = "user {string} grants the group {string} access to the book")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the attribute macro `given` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]   --> tests/authz-bdd/tests/steps/books.rs:68:1
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[then(expr = "user {string} can read the book")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the attribute macro `then` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]   --> tests/authz-bdd/tests/steps/books.rs:75:1
[INFO] [stdout]    |
[INFO] [stdout] 75 | #[then(expr = "user {string} cannot read the book")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the attribute macro `then` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]   --> tests/authz-bdd/tests/steps/books.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[then(expr = "user {string} can delete the book")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the attribute macro `then` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]   --> tests/authz-bdd/tests/steps/books.rs:89:1
[INFO] [stdout]    |
[INFO] [stdout] 89 | #[then(expr = "user {string} cannot delete the book")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the attribute macro `then` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]  --> tests/authz-bdd/tests/steps/groups.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[given(expr = "user {string} creates a group")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]   = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]   = note: this error originates in the attribute macro `given` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]  --> tests/authz-bdd/tests/steps/groups.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[when(expr = "user {string} creates a group")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]   = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]   = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]   --> tests/authz-bdd/tests/steps/groups.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[given(expr = "user {string} adds user {string} to the group")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the attribute macro `given` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]   --> tests/authz-bdd/tests/steps/groups.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[when(expr = "user {string} adds user {string} to the group")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]   --> tests/authz-bdd/tests/steps/groups.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[when(expr = "user {string} removes user {string} from the group")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]  --> tests/authz-bdd/tests/steps/reviews.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[given(expr = "user {string} creates a review for the book")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]   = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]   = note: this error originates in the attribute macro `given` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]  --> tests/authz-bdd/tests/steps/reviews.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[when(expr = "user {string} creates a review for the book")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]   = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]   = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]   --> tests/authz-bdd/tests/steps/reviews.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[when(expr = "user {string} deletes the review")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the attribute macro `when` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `authz-bdd` (test "world") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]   --> tests/authz-bdd/tests/steps/reviews.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[then(expr = "the response status is {int}")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the attribute macro `then` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]   --> tests/authz-bdd/tests/steps/reviews.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[then(expr = "user {string} can list reviews for the book")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the attribute macro `then` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]   --> tests/authz-bdd/tests/steps/reviews.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[then(expr = "user {string} cannot list reviews for the book")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the attribute macro `then` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]  --> tests/authz-bdd/tests/steps/system.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[given("no preconditions")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]   = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]   = note: this error originates in the attribute macro `given` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]   --> tests/authz-bdd/tests/steps/system.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[given(expr = "user {string} is a system admin")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the attribute macro `given` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[automatically_derived]` attribute cannot be used on macro calls
[INFO] [stdout]  --> tests/authz-bdd/tests/world.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(Debug, World)]
[INFO] [stdout]   |                 ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]   = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]   = note: this error originates in the derive macro `World` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `authz-bdd` (test "authz_bdd") due to 21 previous errors
[INFO] running `Command { std: "docker" "inspect" "4dd7963017a9733a688b36dc3cd10450515b84255960bc4bc44d4a6857bdf40d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4dd7963017a9733a688b36dc3cd10450515b84255960bc4bc44d4a6857bdf40d", kill_on_drop: false }`
[INFO] [stdout] 4dd7963017a9733a688b36dc3cd10450515b84255960bc4bc44d4a6857bdf40d
